MobileCredential
@Serializable
Represents an issued mobile credential.
See also
Constructors
Link copied to clipboard
constructor(id: String, verificationResult: MobileCredentialVerificationResult? = null, issuerInfo: IssuerInfo, docType: String, validityInfo: MobileCredentialValidity, claims: Map<String, Map<String, MobileCredentialElement>>, branding: Branding? = null)
Properties
Link copied to clipboard
A map containing the credential's claims, organized by namespaces.
Link copied to clipboard
Information about the credential's issuer, including commonName
and trustedIssuerCertificateId
.
Link copied to clipboard
Information about the validity period of the credential.
Link copied to clipboard
The result of the mobile credential verification.